home *** CD-ROM | disk | FTP | other *** search
/ PsL Monthly 1993 December / PSL Monthly Shareware CD-ROM (December 1993).iso / prgmming / win / general / winmon.exe / TESTMON.RC < prev    next >
Text File  |  1993-06-29  |  552b  |  31 lines

  1. /*
  2. ;
  3. ;  File: TESTMON.RC - Resources for the TestMon application
  4. ;
  5. ;  Copyright 1993, David Burki
  6. ;  All rights reserved.
  7. ;
  8. ;  Author: D. Burki
  9. ;  Created: June 24, 1993
  10. ;
  11. */
  12.  
  13. #include <windows.h>
  14. #include <testmon.h>
  15.  
  16.  
  17. Testmon MENU
  18. {
  19.   MENUITEM "&Append",   IDM_APPEND
  20.   MENUITEM "&Clear",    IDM_CLEAR
  21.   MENUITEM "&Overwrite" IDM_OVERWRITE
  22.   POPUP "&Options"
  23.   {
  24.     MENUITEM "&Clear",      IDM_CLEAR
  25.     MENUITEM "&Pause",      IDM_PAUSE
  26.     MENUITEM "&Time Stamp", IDM_TIME
  27.   }
  28.   MENUITEM "&Send Msg"  IDM_SEND_MSG
  29.  
  30. }
  31.